The ImagickDraw class
PHP Manual

ImagickDraw::setClipPath

(PECL imagick 2.0.0)

ImagickDraw::setClipPathAssociates a named clipping path with the image

Descripción

bool ImagickDraw::setClipPath ( string $clip_mask )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as long as it remains in effect.

Lista de parámetros

clip_mask

the clipping path name

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual